Package com.cisco.pt.ipc.events
Class RoutingProcessv6EventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.RoutingProcessv6EventRegistry
An event for the IPC's RoutingProcessv6EventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<RoutingProcessv6EventListener>protected Map<String,Set<RoutingProcessv6EventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(RoutingProcessv6EventListener listener) voidaddListener(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass) voidaddListenerFiltered(RoutingProcessv6EventListener listener, List<String> events) voidaddSpecificListenerFiltered(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(RoutingProcessv6EventListener listener) voidremoveListener(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass) voidremoveListenerFiltered(RoutingProcessv6EventListener listener, List<String> events) voidremoveSpecificListenerFiltered(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
RoutingProcessv6EventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(RoutingProcessv6EventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(RoutingProcessv6EventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(RoutingProcessv6EventListener listener, RoutingProcessv6 objClass) throws IOException - Throws:
IOException
-